UTF-16 string with fixed buffer size. More...
#include <ustring.h>
Public Member Functions | |
UStringBuffer () | |
UStringBuffer (const char16 *src, int32 srcSize=-1) | |
Construct from UTF-16 string. | |
UStringBuffer (const char *src, int32 srcSize=-1) | |
Construct from ASCII string. | |
Protected Attributes | |
char16 | data [maxSize] |
UTF-16 string with fixed buffer size.
UStringBuffer | ( | ) | [inline] |
UStringBuffer | ( | const char16 * | src, | |
int32 | srcSize = -1 | |||
) | [inline] |
Construct from UTF-16 string.
UStringBuffer | ( | const char * | src, | |
int32 | srcSize = -1 | |||
) | [inline] |
Construct from ASCII string.